home *** CD-ROM | disk | FTP | other *** search
- ; ARexx For Beginners Index Script
-
- ASSIGN >Nil: ARB: ""
-
- ECHO "*n*e[1m*e[4mAREXX FOR BEGINNERS VERSION 2.0*n*nCOPYRIGHT © FRANK BUNTON 1995-1998*e[0m"
-
- ECHO "*nNow accessing the INDEX file for you to select from"
- ECHO "*nThis window will close while the INDEX is loading"
-
- WHICH >Nil: Multiview
-
- IF NOT WARN
-
- RUN >Nil: Multiview ARB:Misc/Index.Text
-
- SKIP End
-
- ENDIF
-
- WHICH >Nil: Amigaguide
-
- IF NOT WARN
-
- RUN >Nil: Amigaguide ARB:Misc/Index.Text
-
- SKIP End
-
- ENDIF
-
- ECHO "*nNeither MULTIVIEW nor AMIGAGUIDE have been found in your system's path."
- ECHO "Please click on the file *"PATH SETTING*"."
-
- ASK "*nPRESS THE RETURN KEY TO CONTINUE"
-
- LAB End
-
- WAIT 2 SECS
-
- ENDCLI
-